home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem Runs demo version of The Sniffer with the Tutorial.
- rem Invoke as "demo lcd" if using LCD display.
- cls
- echo Network General Corp.
- echo Sniffer Tutorial Disk
- mark > nul
- showit
- delay 0
- trsniffd %1 %2 %3
- if errorlevel 1 goto error
- delay 5
- if not errorlevel 255 goto done
- release > nul
- cls
- echo Loading...
- trsniffd %1 %2 %3
- goto exit
- :error
- echo Error condition occurred.
- :done
- release > nul
- :exit
- echo End of Demonstration